home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fpsplan4.zip / NODAAFTC.BAT < prev    next >
DOS Batch File  |  1992-12-23  |  2KB  |  24 lines

  1. ECHO OFF
  2. IF NOT X==%1X GOTO AGAIN
  3. ECHO Drive where FPSFB is installed is required, ie "AAFTC C"
  4. ECHO Try Again
  5. goto end
  6. :again
  7. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF01.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF01.PLN
  8. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF02.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF02.PLN
  9. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF03.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF03.PLN
  10. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF04.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF04.PLN
  11. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF05.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF05.PLN
  12. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF06.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF06.PLN
  13. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF07.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF07.PLN
  14. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF08.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF08.PLN
  15. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF09.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF09.PLN
  16. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF10.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF10.PLN
  17. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF11.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF11.PLN
  18. COPY %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF12.ORI %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF12.PLN
  19. ECHO AAFTC gameplans have been successfully removed.
  20. ECHO Hope you had a hard hitting good time!!!!!!!.
  21. IF X==%1X GOTO END 
  22. :END
  23. PAUSE
  24.